home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / include / ds3100.md / vmMach.h < prev   
Encoding:
C/C++ Source or Header  |  1989-07-08  |  1.4 KB  |  41 lines

  1. /*
  2.  * vmMach.h --
  3.  *
  4.  *     Commands to give to the virtual memory command routine.
  5.  *     the virtual memory module.
  6.  *
  7.  * Copyright (C) 1989 by Digital Equipment Corporation, Maynard MA
  8.  *
  9.  *            All Rights Reserved
  10.  *
  11.  * Permission to use, copy, modify, and distribute this software and its 
  12.  * documentation for any purpose and without fee is hereby granted, 
  13.  * provided that the above copyright notice appear in all copies and that
  14.  * both that copyright notice and this permission notice appear in 
  15.  * supporting documentation, and that the name of Digital not be
  16.  * used in advertising or publicity pertaining to distribution of the
  17.  * software without specific, written prior permission.  
  18.  *
  19.  * Digitial disclaims all warranties with regard to this software, including
  20.  * all implied warranties of merchantability and fitness.  In no event shall
  21.  * Digital be liable for any special, indirect or consequential damages or
  22.  * any damages whatsoever resulting from loss of use, data or profits,
  23.  * whether in an action of contract, negligence or other tortious action,
  24.  * arising out of or in connection with the use or performance of this
  25.  * software.
  26.  *
  27.  * $Header: /sprite/src/lib/include/ds3100.md/RCS/vmMach.h,v 1.1 89/07/08 14:56:16 nelson Exp $ SPRITE (DECWRL)
  28.  */
  29.  
  30. #ifndef _VMMACHUSER
  31. #define _VMMACHUSER
  32.  
  33. #include "sprite.h"
  34.  
  35. /*
  36.  * The different pmax dependent commands to give to Vm_Cmd.  They should
  37.  * start at VM_FIRST_MACH_CMD.
  38.  */
  39.  
  40. #endif _VMMACHUSER
  41.